|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bootchart.common.Sample
org.bootchart.common.ProcessSample
public class ProcessSample
Process statistics.
| Field Summary | |
|---|---|
CPUSample |
cpu
CPU statistics. |
DiskTPutSample |
diskTPut
Disk troughput statistics. |
DiskUtilSample |
diskUtil
Disk utlization statistics. |
int |
state
Process state. |
| Fields inherited from class org.bootchart.common.Sample |
|---|
time, TIME_FORMAT |
| Constructor Summary | |
|---|---|
ProcessSample(Date time,
int state,
CPUSample cpu,
DiskUtilSample diskUtil,
DiskTPutSample diskTPut)
Creates a new process sample. |
|
| Method Summary | |
|---|---|
String |
toString()
Returns the string representation of the sample. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int state
public CPUSample cpu
public DiskUtilSample diskUtil
public DiskTPutSample diskTPut
| Constructor Detail |
|---|
public ProcessSample(Date time,
int state,
CPUSample cpu,
DiskUtilSample diskUtil,
DiskTPutSample diskTPut)
time - sample timestate - proces statecpu - CPU samplediskUtil - disk utilization samplediskTPut - disk throughput sample| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||